projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ea26a6
)
Avoid double browser windows from the about dialog.
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 22 Apr 2009 15:57:39 +0000
(11:57 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 4 May 2009 03:49:24 +0000
(23:49 -0400)
gtk/gtkaboutdialog.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaboutdialog.c
b/gtk/gtkaboutdialog.c
index 5b5dbabeb9d088f7cb99d5f4be72c7738afb2846..b073c982287ab2151a651ce19f82a68d5a54d1d0 100644
(file)
--- a/
gtk/gtkaboutdialog.c
+++ b/
gtk/gtkaboutdialog.c
@@
-524,8
+524,6
@@
gtk_about_dialog_init (GtkAboutDialog *about)
priv->website_button = button = gtk_link_button_new ("");
gtk_widget_set_no_show_all (button, TRUE);
- g_signal_connect (G_OBJECT (button), "clicked",
- G_CALLBACK (activate_url), about);
gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0);
priv->website_label = button = gtk_label_new ("");